runtime/pprof.memMap.offset (field)

3 uses

	runtime/pprof (current package)
		proto.go#L50: 	offset  uint64  // Offset in the binary that corresponds to the first mapped address.
		proto.go#L383: 		b.pbMapping(tagProfile_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
		proto.go#L761: 		offset:  offset,